ModifyContactGroupMembers

Modify the members of a contact group owned by the authenticated user.

Stored Procedure Specific Information

Process of Modify Contact Group Members

Google Contacts allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The available columns for ModifyContactGroupMembers are Id, ResourceIdsToAdd and ResourceIdsToRemove.

Note: The only system contact groups that can have members added are contactGroups/myContacts and contactGroups/starred. Other system contact groups are deprecated and can only have contacts removed. For example:

EXECUTE ModifyContactGroupMembers Id = 'starred', ResourceIdsToAdd = 'c8493601355484697130,c8493601355484697130', ResourceIdsToRemove = ''

Input

Name Type Required Description
Id String True The Id of the contact group to modify.
ResourceIdsToAdd String False A comma separated list of ids of the contact people to add.
ResourceIdsToRemove String False A comma separated list of ids of the contact people to remove.

Result Set Columns

Name Type Description
Success String Returns True if contact group has been modified.